home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
BORL_TIP
/
TI100
/
TI105.ASC
< prev
next >
Wrap
Text File
|
1994-10-03
|
3KB
|
97 lines
PRODUCT : Pascal NUMBER : 105
VERSION : All
OS : DOS
DATE : September 30, 1994 PAGE : 1/2
TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
This patch automatically responds to the "Include Error
Messages?" prompt and proceeds to either load or exclude the
error messages (whatever is specifed by the patch you apply). The
message still appears, but does not wait for an answer.
ERROR MESSAGES NOTE: The new version of TINST lets you designate
the path to the error messages in the event they are stored in a
directory other than the one active at the time Turbo Pascal is
loaded. Patches for three different implementations of
Use the DOS utility, DEBUG, to apply the following patch to a
copy of your original .COM file. Copy DEBUG.COM into the
directory (or onto the diskette) where your working copy of
information exactly as it appears. (Conclude each line by
pressing <Ente
Note: 1. DEBUG is not sensitive to upper and lower case. All
addresses are listed in upper case for ease of
readability.
2. While in DEBUG, the prompt will appear as a dash (-).
3. If you do not receive the appropriate response, press
"q" followed by <Return>, to quit. Check your version
numbers and, if correct, try again.
PC-DOS, TURBO.COM - "YES" - MESSAGES INCLUDED
YOU TYPE THIS APPEARS
debug TURBO.COM<ENTER> -
e29CE xxxx:29CE E8.
E9 1C 00<Return> -
e29ED xxxx:29ED E8.
E9 05 00<Return> -
w writing xxxx bytes
PRODUCT : Pascal NUMBER : 105
VERSION : All
OS : DOS
DATE : September 30, 1994 PAGE : 2/2
TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
q DOS prompt
PC-DOS, TURBO.COM - "NO - MESSAGES NOT INCLUDED
YOU TYPE THIS APPEARS
debug TURBO.COM<ENTER> -
e29CE xxxx:29CE E8.
E9 1C 00<Return> -
e29ED xxxx:29ED E8.
E9 08 00<Return> -
w writing xxxx bytes
q DOS prompt
DISCLAIMER: You have the right to use this technical information
subject to the terms of the No-Nonsense License Statement that
you received with the Borland product to which this information
pertains.